home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000196_news@columbia.edu _Wed Aug 14 13:52:30 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA23814 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Aug 1996 13:52:30 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id NAA10235 for kermit.misc@watsun; Wed, 14 Aug 1996 13:52:29 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!usenet.eel.ufl.edu!news.mathworks.com!newsfeed.internetmci.com!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit over TCP/IP Ethernet
  8. Message-ID: <1996Aug14.112913.83887@cc.usu.edu>
  9. Date: 14 Aug 96 11:29:13 MDT
  10. References: <4uq6ru$fhf@mirage.skypoint.com>
  11. Organization: Utah State University
  12. Lines: 49
  13.  
  14. In article <4uq6ru$fhf@mirage.skypoint.com>, escargo@skypoint.com (David S Cargo) writes:
  15. > I'm having some problems with Kermit over a TCP/IP network.  First,
  16. > a description of my network.
  17. > I have a pc-compatible, a 386DX/25 with 8Mb, running MS-DOS 6.22.
  18. > I have a 3COM 3C509 ethernet card running the 3C509.COM packet driver.
  19. > The ethernet is also connected to a router that is running transparent
  20. > bridging over an ISDN line connected to another router running
  21. > transparent bridging.  So, to my PC it appears I'm connected to a LAN
  22. > that uses TCP/IP.
  23. > Now, I'm using MS-DOS Kermit 3.14, patchlevel 9.  I can start the
  24. > 3C509 packet driver, start Kermit, and telnet to hosts on my LAN
  25. > or even telnet to other hosts on the internet through our LANs
  26. > gateway.  I can transfer files this way, at data rates about twice
  27. > as fast as through a 28.8K modem.
  28. > The problem comes when, after no circumstance I can pinpoint, network
  29. > communication stops.  When I connect to the console port of my router,
  30. > I can ping other addresses on the LAN.  I get no response when I try
  31. > to ping the PC.  If I exit Kermit and start it again, I still can't
  32. > connect to the network.  If I restart my PC, I can reconnect to the
  33. > network.  This leads me to suspect either the 3C509 packet driver,
  34. > or Kermit's interface to it.
  35. > Has anybody else seen this problem?
  36. > I haven't seen anything that would let me examine the 3C509 driver's
  37. > forwarding table (which would relate IP addresses to MAC addresses).
  38. > I haven't seen anything that would imply that Kermit can ping (though
  39. > I wish it could).  I haven't seen anything that would imply that Kermit
  40. > can interrogate the 3C509 driver to see what state it's really in.
  41. > As it stands, my interface to the ethernet is too unreliable; I'm going
  42. > to have to find another piece of interface software and TCP/IP stack.
  43. > David S. Cargo
  44. ----------
  45.     Appears to me to be a bad 3C509 Packet Driver. Recall that 3C509
  46. boards have a lot of problems designed into them, and you see part of the
  47. story in the adjustments for serial port work when setting up some of the
  48. drivers. Please do be sure there are no IRQ or Port conflicts because your
  49. description suggests the board gets into a "no receive" condition. 
  50.     There is no ARP table in a Packet Driver since that belongs with
  51. the TCP/IP protcol stack.
  52.         Kermit speaks fluent "Packet Driver" as a native and controls the
  53. driver to do what is needed. You can send a TCP Are You There message while 
  54. in Connect mode: press Control-] and then press the "a" key.
  55.         Joe D.